home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / WINDOWS / TELECOMM / MWCH21 / MWATCH.INI < prev    next >
INI File  |  1992-12-01  |  3KB  |  142 lines

  1.  
  2. ;This is a sample MWATCH.INI file.  Additional variables may be added
  3. ;to support future functions.
  4.  
  5. ;The {SYSTEM} section defines variables that may be required for your
  6. ;particular setup
  7.  
  8. ;Items in the {GLOBAL} section are used when a variable is not found
  9. ;in a particular profile.
  10.  
  11.  
  12. [System]
  13. ;root mail directory
  14. MailDir=SYS:MAIL
  15.  
  16. ;if you wish to retain a log of activities, give the name of a log file.
  17. LogFile=MWatch.Log
  18.  
  19. ;Maximum size of LogFile (1MB default)
  20. LogSize=1024000
  21.  
  22. ;registration passcode
  23. Registration=
  24.  
  25. [Global]
  26. ;Variables in this section are use if not found in the specified
  27. ;profiles.
  28.  
  29. ;Name of unread mail extension. Default=*.CNM
  30. NewMail:=*.CNM
  31.  
  32. [Forward]
  33.  
  34. ;how many days is "old" for mail
  35. Age=15
  36.  
  37. ;who to include in activities (wildcards are valid - J*, geo*, or *)
  38. ;Default=*
  39. Name=*
  40.  
  41. ;who to send aged mail to.  If just a host is specified then the
  42. ;name of the addressee is used (ie. send this mail to the same person on
  43. ;a different machine)
  44. ReturnAdd=@symcorp
  45.  
  46. ;what is the name of the output file for the report (not required)
  47. ;OutputName=MWATCH.OUT
  48.  
  49. ;should IBM line characters be used in reports? Default=Yes;
  50. LineDraw=Yes
  51.  
  52. ;quiet level. 0=show everything, 1=just movement, 2=nothing
  53. Quiet=1
  54.  
  55. ;length of report pages. Default=60
  56. PageLength=60
  57.  
  58. ;should aged mail be deleted after processing
  59. DeleteAged=yes
  60.  
  61. ;should aged mail be forwarded to ReturnAdd
  62. ForwardAged=yes
  63.  
  64. ;add people with aged mail to this group.  No entry will do nothing.
  65. ;AgedGroup=AGEDMAIL
  66.  
  67. ;exclude people in this group from processing
  68. ExcludeGroup=MWEXCLUDE
  69.  
  70. ;show this information in the report in this order
  71. ;(see the REPORT ORDER section)
  72. RepOrder=ABCDEFGH
  73.  
  74. [Aged]
  75. ;place people with mail older than 10 days in the AGEDMAIL group
  76.  
  77. Age=10
  78. Name=*
  79. ReturnAdd=
  80. LineDraw=Yes
  81. Quiet=1
  82. PageLength=60
  83. DeleteAged=no
  84. ForwardAged=no
  85. OutputName=MWATCH.OUT
  86. ;AgedGroup=AGEDMAIL
  87. ;ExcludeGroup=MWEXCLUDE
  88. RepOrder=ABCDEFGHOPR
  89.  
  90. [Settings]
  91. ;This will only display preference settings for each individual.
  92.  
  93. Age=10
  94. Name=*
  95. ReturnAdd=@symcorp
  96. LineDraw=Yes
  97. Quiet=1
  98. PageLength=60
  99. DeleteAged=no
  100. ForwardAged=no
  101. OutputName=MWATCH.OUT
  102. ;AgedGroup=AGEDMAIL
  103. ;ExcludeGroup=MWEXCLUDE
  104. RepOrder=Z
  105.  
  106. [Report Order]
  107. ;this is not a valid section. It is only here to explain the use of the
  108. ;RepOrder variable.  Each column of a report has an associated letter
  109. ;value.  If the letter of a column is found in a repor, that information
  110. ;is printed.  The report generator is rather intelligent in that if the
  111. ;information is not asked for, that part of the processing is not done if
  112. ;it is not required for other information (ie, if no MHS info is asked for
  113. ;than no MHS processing is done.
  114.  
  115. ;NOTE*** If you specify column "T" is to be displayed, a different report
  116. ;will be generated to display folder names and the individual aspects
  117. ;of each folder.  This was the only way I could see to show this information
  118. ;logically.
  119.  
  120. ;Variables using "ASize" and "ATotal" deal with aged mail
  121.  
  122. A-UserId=No
  123. B-UserName=No
  124. C-TotalEmail=No
  125. D-TotalAged=No
  126. E-TotalSize=No
  127. F-TotalASize=No
  128. G-UnreadTotal=No
  129. H-UnreadSize=No
  130. I-UnreadAged=No
  131. J-UnreadAsize=No
  132. K-MHSTotal=No
  133. L-MHSSize=No
  134. M-MHSAged=No
  135. N-MHSASize=No
  136. O-FoldrTotal=No
  137. P-FolderSize=No
  138. Q-FoldrDel=No
  139. R-FoldrMail=No
  140. S-FoldrAged=No
  141. T-FolderName=No
  142.